169 results found (page 1 of 12)
https://developer.wordpress.org/news/2022/12/07/leveraging-theme-json-and-per-block-styles…

…roup', array( 'handle' => 'themeslug-block-group', 'src' => get_theme_file_uri( "assets/blocks/core-group.css" ), 'path' => get_theme_file_path( "assets/blocks/core-group.css" ) ) ); } Unlike related wp_enqueue_* functions, you must provide the filepath to the CSS file along with…